Contains a value used to associate an icon with a particular row of a table.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
SyntaxPublic Enumeration DisplayType
Members|
| Member name | Value | Description |
|---|
| Agent | 0 |
An automated agent, such as Quote-Of-The-Day or a weather chart display.
|
| DistributionList | 1 |
A distribution list.
|
| Folder | 2 |
Display default folder icon adjacent to folder.
|
| FolderLink | 3 |
Display default folder link icon adjacent to folder rather than the default folder icon.
|
| FolderSpecial | 4 |
Display icon for a folder with an application-specific distinction, such as a special type of public folder.
|
| Forum | 5 |
A forum, such as a bulletin board service or a public or shared folder.
|
| GlobalAddressBook | 6 |
A global address book.
|
| LocalAddressBook | 7 |
A local address book that you share with a small workgroup.
|
| MailUser | 8 |
A typical messaging user.
|
| Modifiable | 9 |
Modifiable; the container should be denoted as modifiable in the user interface.
|
| Organization | 10 |
A special alias defined for a large group, such as helpdesk, accounting, or blood-drive coordinator.
|
| PrivateDistributionList | 11 |
A private, personally administered distribution list.
|
| RemoteMailUser | 12 |
A recipient known to be from a foreign or remote messaging system.
|
| WideAreaNetworkAddressBook | 13 |
A wide area network address book.
|
| NotSpecific | 14 |
Does not match any of the other settings.
|
| None | 15 |
None.
|
See Also